Tue Jan 21 2020 15:40:54 GMT+0100 (Central European Standard Time)
-Lists several main categories. For example TV, Movies, Tickets, Celebs etc..
-Under each main category, lists many subcategories
-Easy to search and many interesting topics and subtopics

Given that I am at the IMDB homepage 11s 891ms Show Error +
                                            
TypeError: Cannot read property 'constructor' of null at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-menu.js:11:52) at processTicksAndRejections (internal/process/task_queues.js:93:5)

And I have clicked on the menu button 0s

Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I have clicked on top rated movies 0s

Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I should be taken to the page with the list of top rated movies 0s

Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 388ms Screenshot +

Given that I am on the top rated movies page 0s

Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by number of ratings in the sort by box 0s

Then the list should resort by number of ratings 0s

Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I am at the IMDB homepage 8s 703ms

And I have clicked on the munu button 0s

Then(/^I have clicked on the munu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I have clicked on Most Popular Movies 0s

Then(/^I have clicked on Most Popular Movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I should be directed to the Most Popular Movies page 0s

Then(/^I should be directed to the Most Popular Movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

As a user
I would like a list of the most popular TV shows on IMDB

Given that i am on the IMDB front page 6s 806ms

And i have clicked on the menu button 504ms

And i have clicked on most popular shows 1s 821ms

And that I am on the most popular TV shows page sorted by ranking 17ms

When I select sort by IMDB rating in the sort by box 505ms

Then the list should be sorted by IMDB rating 2s 463ms

Given that i am on the IMDB front page 12s 809ms

And i have clicked on the menu button 504ms

And i have clicked on most popular shows 2s 468ms

And that I am on the most popular TV shows page sorted by ranking 9ms

When I select sort by release date in the sort by box 505ms

Then the list should be sorted by release date 1s 722ms

Given that i am on the IMDB front page 8s 605ms

And i have clicked on the menu button 504ms

And i have clicked on most popular shows 3s 322ms

And that I am on the most popular TV shows page sorted by ranking 12ms

When I select sort by number of ratings in the sort by box 505ms

Then the list should be sorted by number of ratings 3s 58ms

As a movie buff
I would like to search for movies.

Given that I am at the IMDB website 10s 211ms

And I have selected the All filter from the drop down menu 5ms

When I enter "Avatar" in the search field 57ms

And I click the search button 21ms

Then I get a list of results 1s 819ms

Given that I am at the IMDB website 8s 490ms

And I have selected the All filter from the drop down menu 11ms

When I enter "Breaking Bad" in the search field 59ms

And I click the search button 35ms

Then I get a list of results 1s 526ms

Given that I am at the IMDB website 7s 857ms

And I have selected the Celebs filter from the drop down menu 387ms Show Error +
                                            
TypeError: Cannot read property 'click' of null at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:52:22) at processTicksAndRejections (internal/process/task_queues.js:93:5)

When I enter "Ben Affleck" in the search field 0s

And I click the search button 0s

Then I get a list of results 0s

After 1s 306ms Screenshot +

Given that I am at the IMDB website 11s 578ms

And I have selected the Celebs filter from the drop down menu 263ms Show Error +
                                            
TypeError: Cannot read property 'click' of null at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:52:22) at processTicksAndRejections (internal/process/task_queues.js:93:5)

When I enter "Halle Berry" in the search field 0s

And I click the search button 0s

Then I get a list of results 0s

After 1s 443ms Screenshot +

Given that I am at the IMDB website 6s 212ms

And I have selected the Celebs filter from the drop down menu 249ms

When I enter "Avatar" in the search field 268ms

And I click the search button 29ms

Then I get a list of results 1s 822ms

Given that I am at the IMDB website 8s 712ms

And I have selected the Keyword filter from the drop down menu 294ms Show Error +
                                            
TypeError: Cannot read property 'click' of null at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:60:23) at runMicrotasks ((anonymous)) at processTicksAndRejections (internal/process/task_queues.js:93:5)

When I enter "Cars" in the search field 0s

And I click the search button 0s

Then I get a list of results 0s

After 1s 859ms Screenshot +

Given that I am at the IMDB website 11s 843ms

And I have selected the Keyword filter from the drop down menu 257ms

When I enter "Clown" in the search field 271ms

And I click the search button 40ms

Then I get a list of results 2s 360ms

As a user
I would like a list of the top user rated TV shows on IMDB

Given that i am on the IMDB front page 8s 676ms

And i have clicked on the menu button 504ms

And i have clicked on top rated shows 0s

Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And that I am on the top rated TV shows page sorted by ranking 0s

Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by IMDB rating in the sort by box 0s

Then the list should be sorted by IMDB rating 0s

Given that i am on the IMDB front page 6s 487ms

And i have clicked on the menu button 504ms

And i have clicked on top rated shows 0s

Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And that I am on the top rated TV shows page sorted by ranking 0s

Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by number of ratings in the sort by box 0s

Then the list should be sorted by number of ratings 0s

Given that i am on the IMDB front page 10s 796ms

And i have clicked on the menu button 505ms

And i have clicked on top rated shows 0s

Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And that I am on the top rated TV shows page sorted by ranking 0s

Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by release date in the sort by box 0s

Then the list should be sorted by release date 0s

As a user
I would like a list of the top user rated movies on IMDB

Given that I am at the IMDB homepage 8s 556ms

And I have clicked on the menu button 0s

Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I have clicked on top rated movies 0s

Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I should be taken to the page with the list of top rated movies 0s

Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I am on the top rated movies page 0s

Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by number of ratings in the sort by box 0s

Then the list should resort by number of ratings 0s

Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });